home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tm301_1.zip / TMALARM.BAT < prev    next >
DOS Batch File  |  1992-01-03  |  770b  |  24 lines

  1. @echo off
  2. rem   TMALARM.BAT %1 %2 %3 %4 %5
  3. rem
  4. rem    %1 = Alarm Type
  5. rem       = 0 if Transfer success
  6. rem       = 1 if Transfer failure
  7. rem       = 2 if Connected to a BBS
  8. rem       = 3 if Script alarm
  9. rem       = 4 if Warning (not enough disk space or out of memory)
  10. rem
  11. rem    %2 = Alarm Sound (no. of seconds the alarm should sound)
  12. rem    %3 = Alarm Time  (no. of seconds the alarm should display)
  13. rem    %4 = BBS # connected to
  14. rem    %5 = Baud rate
  15. rem
  16. rem   Note: External alarm is used only if
  17. rem    1. External Alarm is turned ON
  18. rem    2. Alarm Sound is greater than 0
  19. rem    3. Alarm Time is greater than 0
  20. rem    4. You can in one of the following windows:
  21. rem          Dial, Terminal, Stack Window
  22. rem
  23. rolalarm alarm.rol /S%2 /T%3
  24.